Gets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool AutoLoad { get; set; }
Visual Basic
Public Property AutoLoad As Boolean
	Get
	Set

See Also